Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rocketmq latest dep test #8756

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Jun 19, 2023

Resolves #8753
Resolves #8754
createTopic attempts to create the topic and then waits until the topic is ready. The problem is that the attempt to create the topic can fail because it is called too early (exceptions from the create are suppressed) and the topic ready check will eventually time out.

@laurit laurit requested a review from a team June 19, 2023 07:59
@mateuszrzeszutek mateuszrzeszutek merged commit a1ccaad into open-telemetry:main Jun 19, 2023
@laurit laurit deleted the rocketmq-5.1.2 branch June 19, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow failed: Build (daily, --no-build-cache) (#452) Workflow failed: Build (daily) (#454)
2 participants